iT邦幫忙

2022 iThome 鐵人賽

DAY 8
0
自我挑戰組

雜學海綿吸呀吸 Dev Diary系列 第 8

Day07- Array, laravel, 閱讀其他鐵人賽

  • 分享至 

  • xImage
  •  

JS- basic

  • JS30- Array cardio -2
const isAudit = people.some((people)=> (new Date()).getFullYear() -people >= 19)
const allAudit = people.every((people)=> (new Date()).getFullYear() -people >= 19)
const comment = comments.find((c) => c.id === 823423)
const index = comments.findIndex((c) => c.id === 823423)

//delete way 1
comments.splice(index, 1)

//delete way 2
const newComments = [
    ...comments.slice(0,index)
    ...comments.slice(index+1)
]

前端

  • 實作React讀書會 week1 作業 level1-> level2

後端

  • pHp + codeIgniter
  • pHp + Laravel - 為你自己學 Laravel 系列 01-05

  • 鐵人賽閱讀
    • 軟體架構師的自我修養系列 09-12
    • 從異世界歸來發現只剩自己不會 Kubernetes系列 01-06
    • 自己做一個價值幾十萬的動態網站,學會Mern開發、前台UI設計各式觀念與各式Lib、typescript你該學會的前端技術系列 01-03

上一篇
Day06-
下一篇
09- Canvas, React 中階閱讀, pHp 續看
系列文
雜學海綿吸呀吸 Dev Diary10
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言